home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / tgrep20.zip / INSTALL < prev    next >
Text File  |  1994-04-02  |  511b  |  16 lines

  1. To install GNU Grep for TKERN, copy the file GREP.EXE to a directory in your
  2. PATH. I recommend setting up a separate path in your AUTOEXEC.TSH if you
  3. are using TSH. The following is the PATH line in my AUTOEXEC.TSH:
  4.  
  5.     set PATH "C:\TBIN;C:\BC4\BIN;C:\BIN;C:\DOS"
  6.  
  7. Then create alii for fgrep and egrep:
  8.  
  9.     alias egrep grep -E
  10.     alias fgrep grep -F
  11.  
  12. You are now ready to go, with the most UNIX compatible grep implementation
  13. for a Windows shell.
  14.  
  15. See the file grep.1d for a full description of grep.
  16.